home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / spread_c.sit / Spreadsheet Construction Set / card_5156.txt < prev    next >
Text File  |  1988-11-11  |  4KB  |  182 lines

  1. -- card: 5156 from stack: in
  2. -- bmap block id: 3174
  3. -- flags: 0000
  4. -- background id: 2582
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=412 top=50 right=62 bottom=484
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: C1=A1*B1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set numberFormat to "#.00"
  23.   put field "a1" * field "b1" into field "c1"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 6 (button)
  29. -- low flags: 00
  30. -- high flags: A003
  31. -- rect: left=412 top=68 right=82 bottom=483
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: C2=A1╓B1
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   set numberFormat to "#.00"
  43.   put field "a1" / field "b1" into field "C2"
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 7 (button)
  49. -- low flags: 00
  50. -- high flags: A003
  51. -- rect: left=317 top=117 right=129 bottom=512
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: C5=A5 div. by B5 & truncate
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   set numberFormat to "#.00"
  63.   put field "a5" div field "b5" into field "C5"
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 8 (button)
  69. -- low flags: 00
  70. -- high flags: A003
  71. -- rect: left=308 top=131 right=148 bottom=495
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: C6=A5 div. by B5 & truncate
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   set numberFormat to "#.00"
  83.   put field "a5" mod field "b5" into field "C6"
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 9 (button)
  89. -- low flags: 00
  90. -- high flags: A003
  91. -- rect: left=404 top=164 right=179 bottom=507
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Absolute value
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   set numberFormat to "#.00"
  103.   put abs (field "a8") into field "b8"
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 10 (button)
  109. -- low flags: 00
  110. -- high flags: A003
  111. -- rect: left=406 top=227 right=240 bottom=509
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Future value
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   set numberFormat to "#.00"
  123.   put (compound (field "a12", field "b12")) * field "c12" into field "d12"
  124. end mouseUp
  125.  
  126.  
  127.  
  128. -- part contents for background part 4
  129. ----- text -----
  130. 4
  131.  
  132. -- part contents for background part 21
  133. ----- text -----
  134. 36
  135.  
  136. -- part contents for background part 38
  137. ----- text -----
  138. 144.00
  139.  
  140. -- part contents for background part 39
  141. ----- text -----
  142. .11
  143.  
  144. -- part contents for background part 8
  145. ----- text -----
  146. 13
  147.  
  148. -- part contents for background part 25
  149. ----- text -----
  150. 4
  151.  
  152. -- part contents for background part 42
  153. ----- text -----
  154. 3.00
  155.  
  156. -- part contents for background part 43
  157. ----- text -----
  158. 1.00
  159.  
  160. -- part contents for background part 11
  161. ----- text -----
  162. -234.56
  163.  
  164. -- part contents for background part 28
  165. ----- text -----
  166. 234.56
  167.  
  168. -- part contents for background part 66
  169. ----- text -----
  170. 5743.49
  171.  
  172. -- part contents for background part 15
  173. ----- text -----
  174. .06
  175.  
  176. -- part contents for background part 32
  177. ----- text -----
  178. 30
  179.  
  180. -- part contents for background part 49
  181. ----- text -----
  182. 1000.00